NEWS: More details about transforms
authorMatthias Clasen <mclasen@redhat.com>
Sat, 6 Apr 2019 23:32:37 +0000 (23:32 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 6 Apr 2019 23:42:01 +0000 (23:42 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 12dd7546e64d7a9dd136e8c464cd1bf4101c6f90..00191aa50aecda6dcfca2919605c8db70a84f427 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -52,7 +52,11 @@ Overview of Changes in GTK+ 3.96.0
   just by GtkWindow. This work is incomplete
 
 * GtkWidgets can transform their children using projective linear
-  transformations. This functionality is also available in CSS.
+  transformations. This functionality is available in CSS and
+  as GskTransform argument to gtk_widget_allocate. GtkFixed is
+  a container that exposes this functionality. For examples of this,
+  see the swing transition of GtkRevealer, the rotate transitions
+  of GtkStack or the Fixed Layout example in gtk-demo.
 
 * GtkEntry functionality has been moved into a new GtkText widget,
   the GtkEditable interface has been expanded, and new a new